home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Graficos / EasySkin / Easyskin.exe / 0 / RCDATA / TFRMGETDIRECTORYNAME / TFRMGETDIRECTORYNAME.txt
Text File  |  1998-11-03  |  879b  |  47 lines

  1. object frmGetDirectoryName: TfrmGetDirectoryName
  2.   Left = 208
  3.   Top = 146
  4.   Width = 377
  5.   Height = 259
  6.   Caption = 'Select directory'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnActivate = FormActivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 176
  18.     Width = 122
  19.     Height = 13
  20.     Caption = 'C:\installs\winampedit 0.2'
  21.   end
  22.   object DriveComboBox1: TDriveComboBox
  23.     Left = 8
  24.     Top = 8
  25.     Width = 145
  26.     Height = 19
  27.     TabOrder = 0
  28.   end
  29.   object DirectoryListBox1: TDirectoryListBox
  30.     Left = 8
  31.     Top = 32
  32.     Width = 257
  33.     Height = 137
  34.     DirLabel = Label1
  35.     ItemHeight = 16
  36.     TabOrder = 1
  37.   end
  38.   object OK: TButton
  39.     Left = 280
  40.     Top = 144
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     TabOrder = 2
  45.   end
  46. end
  47.